Skip to content

Commit

Permalink
partpay return with approved state which is included to charge (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahbub-zip authored Jan 5, 2021
1 parent baf0891 commit bb88cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Model/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static function getters()
const STATE_CANCELLED = 'cancelled';
const STATE_DECLINED = 'declined';
const STATE_REFUNDED = 'refunded';

const STATE_APPROVED = 'approved';


/**
Expand All @@ -141,6 +141,7 @@ public function getStateAllowableValues()
self::STATE_CANCELLED,
self::STATE_DECLINED,
self::STATE_REFUNDED,
self::STATE_APPROVED,
);
}

Expand Down

0 comments on commit bb88cc3

Please sign in to comment.