Skip to content

Commit 55e2642

Browse files
committed
Add missing fields to wcpay remote request
1 parent 032ca5c commit 55e2642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/Remote/WCPayRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private extension WCPayRemote {
9393

9494
enum AccountParameterValues {
9595
static let fieldValues: String = """
96-
status,has_pending_requirements,has_overdue_requirements,current_deadline,\
96+
status,is_live,test_mode,has_pending_requirements,has_overdue_requirements,current_deadline,\
9797
statement_descriptor,store_currencies,country,card_present_eligible
9898
"""
9999
}

0 commit comments

Comments
 (0)