Skip to content

Commit

Permalink
hotfix: paypal smart button issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Jul 29, 2024
1 parent 37110e3 commit f1f42c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function toArray($request)
return [
'method' => $this->method,
'method_title' => $this->method_title,
'additional' => $request->input('orderData'),
];
}
}

0 comments on commit f1f42c9

Please sign in to comment.