*******************************************************************************
Next steps:
-
Edit the config/initializers/iron_bank.rb file with your Zuora credentials
-
Export the schema for your Zuora tenant by running in the Rails console:
IronBank::Schema.export
-
(optional) Export your product catalog by running in the Rails console:
IronBank::LocalRecords.export exit # need to exit the session to finish exporting the local records
*******************************************************************************