Skip to content

Commit

Permalink
Update PaypalLaravel.php
Browse files Browse the repository at this point in the history
Change int to mixed
  • Loading branch information
dbrax authored Apr 7, 2023
1 parent 0bf9477 commit 160a632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaypalLaravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getAccessToken()
* used to setup payment with paypal and will return payment id this id can be saved on your billing or payment history table
*
*/
public function CreatePayment(int $amount, $tax, $shipping, $handling_fee, $description) : Array
public function CreatePayment($amount, $tax, $shipping, $handling_fee, $description) : Array
{
$this->getAccessToken();

Expand Down

0 comments on commit 160a632

Please sign in to comment.