<?php
return [
'api_key' => 'test_8EVBf7tNfvv8zjMMHAMAzsKDBwxA7d',
"redirectUrl" => URL::to('/')."/shop/thanks",
'webhookUrl' => URL::to('/')."/api/payment-response",
'subscriptionRedirectUrl'=> URL::to('/')."/subscription/thanks/",
'subscriptionWebHookUrl' => URL::to('/')."/api/subscription-payment-response",
];