File tree 2 files changed +1
-2
lines changed
Model/Transaction/Payment
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ public function create(): PaymentTransactionDataInterface
57
57
*/
58
58
public function get (int $ entityId ): PaymentTransactionDataInterface
59
59
{
60
-
61
60
if (!$ entityId ) {
62
61
$ errorMsg = static ::INPUT_EXCEPTION ;
63
62
throw new InputException (__ ($ errorMsg , 'EntityId ' ));
Original file line number Diff line number Diff line change 52
52
<column name =" payment_uuid" xsi : type =" varchar" length =" 128" nullable =" true" comment =" TL Payment UUID" />
53
53
<column name =" amount" xsi : type =" int" nullable =" true" unsigned =" true" comment =" Refund Amount" />
54
54
<column name =" status" xsi : type =" varchar" length =" 128" nullable =" true" comment =" Status" />
55
- <column name =" is_locked" xsi : type =" smallint" unsigned =" true" nullable =" true" identity =" false" comment =" Is Used For Create Order " />
55
+ <column name =" is_locked" xsi : type =" smallint" unsigned =" true" nullable =" true" identity =" false" comment =" Is Transaction Locked " />
56
56
<column name =" failure_reason" xsi : type =" varchar" nullable =" true" length =" 128" comment =" Payment Failure Reason" />
57
57
<column name =" created_at" xsi : type =" timestamp" default =" CURRENT_TIMESTAMP" nullable =" false" comment =" Created At" />
58
58
<column name =" updated_at" xsi : type =" timestamp" on_update =" true" default =" CURRENT_TIMESTAMP" nullable =" false" comment =" Updated At" />
You can’t perform that action at this time.
0 commit comments