Skip to content

Commit

Permalink
refactor(purchase helper): update code for xf2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
021-projects committed Sep 16, 2024
1 parent fa8d607 commit 7f4821b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/addons/BS/BtcPayProvider/Helpers/Purchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public static function purchaseToArray(\XF\Purchasable\Purchase $purchase): arra
'extraData' => $purchase->extraData,
'cancelUrl' => $purchase->cancelUrl,
'returnUrl' => $purchase->returnUrl,
'updateUrl' => $purchase->updateUrl,
'requestKey' => $purchase->requestKey,
];
}
Expand Down

0 comments on commit 7f4821b

Please sign in to comment.