We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfaa71 commit ab2e004Copy full SHA for ab2e004
README.md
@@ -152,8 +152,8 @@ $response = $gateway->refund([
152
153
if ($response->isSuccessful()) {
154
// TODO: xử lý kết quả và hiển thị.
155
- print $response->amount;
156
- print $response->orderId;
+ print $response->getTransactionId();
+ print $response->getTransactionReference();
157
158
var_dump($response->getData()); // toàn bộ data do VNPay gửi về.
159
0 commit comments