Replies: 1 comment
-
Update: I missed the supplied From the documentation on Billplz.com, you need to supply From this documentation in the repo README.md, it mentioned that the To use the Hope this answers your inquiry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, can you help me?
I have a question, this is my code below:
$response = $bill->create( $id_collection, '[email protected]', null, 'Buy a product', '4000', 'https://apitest.com/payment/callback', 'Buy a product', [ "redirect_url" => "https://test.com/redirect", "reference_1" => "aaa", "reference_2" => "bbb" ] );
Why I can not get redirect_url?
[email] => [email protected] [mobile] => [name] => BUY A PRODUCT [url] => https://billplz-staging.herokuapp.com/bills/4vv7cfla [reference_1_label] => Reference 1 [reference_1] => aaa [reference_2_label] => Reference 2 [reference_2] => bbb [redirect_url] => [callback_url] => https://apitest.com/payment/callbsack [description] => Buy a product [paid_at] =>
the redirect_url is empty
please help me, thank you...
Beta Was this translation helpful? Give feedback.
All reactions