/
var
/
www
/
html
/
plugin-techloyce
/
Modules
/
PaymentIntegrations
/
Config
/
Upload File
HOME
<?php return [ 'name' => 'PaymentIntegrations', 'origins:allowed' => [ 'sources' => ['SubscriptionFlow'], 'destinations' => ['Razorpay'], ], 'sync:allowed' => [ 'Razorpay' => 'SubscriptionFlow' // sync data from shopify to subscriptionflow ], ];