Skip to content

Commit

Permalink
feature : change key to cms_callback_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Gomis committed Jan 31, 2024
1 parent 05761a7 commit 4819585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Endpoints/Insurance.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ protected function buildSubscriptionData($subscriptionArray, $paymentId = null)
'insurance_contract_id' => $subscription->getContractId(),
'cms_reference' => $subscription->getCmsReference(),
'product_price' => $subscription->getProductPrice(),
'callback_url' => $subscription->getCallbackUrl(),
'cms_callback_url' => $subscription->getCallbackUrl(),
'subscriber' => [
'email' => $subscription->getSubscriber()->getEmail(),
'phone_number' => $subscription->getSubscriber()->getPhoneNumber(),
Expand Down

0 comments on commit 4819585

Please sign in to comment.