Skip to content

Commit 4c49713

Browse files
committed
Merge commit 'dcb89e13a3d7422e7cce83f2a805c270ec9318a5' into feature_align_doc_fields
2 parents d7c265c + dcb89e1 commit 4c49713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com/alipay/ams/api/model/payment_method_detail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def parse_rsp_body(self, external_payment_method_detail_body):
6363
external_account.parse_rsp_body(external_payment_method_detail_body['externalAccount'])
6464
self.__external_account = external_account
6565

66-
if 'discount.py' in external_payment_method_detail_body:
66+
if 'discount' in external_payment_method_detail_body:
6767
discount = DiscountPaymentMethodDetail()
68-
discount.parse_rsp_body(external_payment_method_detail_body['discount.py'])
68+
discount.parse_rsp_body(external_payment_method_detail_body['discount'])
6969
self.__discount = discount
7070

7171
if 'coupon' in external_payment_method_detail_body:

0 commit comments

Comments
 (0)