File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/model/generated/object Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ class AnchorObjectAdapter(converter.JsonAdapter):
18
18
_override_field_map = {
19
19
'ScheduledPayment' : 'SchedulePayment' ,
20
20
'ScheduledInstance' : 'ScheduleInstance' ,
21
+ 'ShareInviteBankInquiry' : 'ShareInviteMonetaryAccountInquiry' ,
22
+ 'ShareInviteBankResponse' : 'ShareInviteMonetaryAccountResponse'
21
23
}
22
24
23
25
@classmethod
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ class TestNotificationUrl(bunq_test.BunqSdkTestCase):
21
21
_GETTER_REQUEST_RESPONSE = 'RequestResponse'
22
22
_GETTER_SCHEDULE_PAYMENT = 'ScheduledPayment'
23
23
_GETTER_SCHEDULE_INSTANCE = 'ScheduledInstance'
24
- _GETTER_SHARE_INVITE_BANK_INQUIRY = 'ShareInviteMonetaryAccountInquiry '
25
- _GETTER_SHARE_INVITE_BANK_RESPONSE = 'ShareInviteMonetaryAccountResponse '
24
+ _GETTER_SHARE_INVITE_BANK_INQUIRY = 'ShareInviteBankInquiry '
25
+ _GETTER_SHARE_INVITE_BANK_RESPONSE = 'ShareInviteBankResponse '
26
26
27
27
# Model json paths constants.
28
28
BASE_PATH_JSON_MODEL = '../../../assets/NotificationUrlJsons'
You can’t perform that action at this time.
0 commit comments