Skip to content

Commit

Permalink
Merge pull request #61 from buckaroo-it/BA-345-Make-PushUrl-Option
Browse files Browse the repository at this point in the history
BA-345-Make-PushUrl-Option
  • Loading branch information
vildanbina authored Jun 25, 2024
2 parents a276f5b + ea99ec1 commit 73a525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/PayablePaymentMethod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IParameter, IPaymentRequest, IRefundRequest, IRequest, ServiceParameter
import { uniqid } from '../Utils';

export default abstract class PayablePaymentMethod extends PaymentMethod {
protected _requiredFields: Array<keyof IRequest> = ['currency', 'returnURL', 'returnURLCancel', 'pushURL'];
protected _requiredFields: Array<keyof IRequest> = ['currency'];

pay(payload: IPaymentRequest, serviceParameters?: ServiceParameter | IParameter[]) {
this.setPayPayload(payload);
Expand Down

0 comments on commit 73a525c

Please sign in to comment.