Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature/new endpoint payment setups #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Feature/new endpoint payment setups #196
Changes from all commits
4c59f2da71658ef8d64d670d4052File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 44 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 45 in checkout_sdk/payments/setups/setups.py
Replace the type hint "bool" with "Optional[bool]" or don't assign "None" to this expression
Check warning on line 56 in checkout_sdk/payments/setups/setups.py
Replace the type hint "datetime" with "Optional[datetime]" or don't assign "None" to this expression
Check warning on line 57 in checkout_sdk/payments/setups/setups.py
Replace the type hint "datetime" with "Optional[datetime]" or don't assign "None" to this expression
Check warning on line 59 in checkout_sdk/payments/setups/setups.py
Replace the type hint "datetime" with "Optional[datetime]" or don't assign "None" to this expression
Check warning on line 60 in checkout_sdk/payments/setups/setups.py
Replace the type hint "datetime" with "Optional[datetime]" or don't assign "None" to this expression
Check warning on line 71 in checkout_sdk/payments/setups/setups.py
Replace the type hint "MerchantAccount" with "Optional[MerchantAccount]" or don't assign "None" to this expression
Check warning on line 77 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 79 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 84 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 94 in checkout_sdk/payments/setups/setups.py
Replace the type hint "PaymentMethodOption" with "Optional[PaymentMethodOption]" or don't assign "None" to this expression
Check warning on line 108 in checkout_sdk/payments/setups/setups.py
Replace the type hint "Address" with "Optional[Address]" or don't assign "None" to this expression
Check warning on line 114 in checkout_sdk/payments/setups/setups.py
Replace the type hint "KlarnaAccountHolder" with "Optional[KlarnaAccountHolder]" or don't assign "None" to this expression
Check warning on line 115 in checkout_sdk/payments/setups/setups.py
Replace the type hint "PaymentMethodOptions" with "Optional[PaymentMethodOptions]" or don't assign "None" to this expression
Check warning on line 122 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 137 in checkout_sdk/payments/setups/setups.py
Replace the type hint "PaymentMethodOptions" with "Optional[PaymentMethodOptions]" or don't assign "None" to this expression
Check warning on line 160 in checkout_sdk/payments/setups/setups.py
Replace the type hint "int" with "Optional[int]" or don't assign "None" to this expression
Check warning on line 182 in checkout_sdk/payments/setups/setups.py
Replace the type hint "AirlineData" with "Optional[AirlineData]" or don't assign "None" to this expression
Check warning on line 189 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 191 in checkout_sdk/payments/setups/setups.py
Replace the type hint "Currency" with "Optional[Currency]" or don't assign "None" to this expression
Check warning on line 198 in checkout_sdk/payments/setups/setups.py
Replace the type hint "Order" with "Optional[Order]" or don't assign "None" to this expression
Check warning on line 199 in checkout_sdk/payments/setups/setups.py
Replace the type hint "Industry" with "Optional[Industry]" or don't assign "None" to this expression
Check warning on line 210 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 211 in checkout_sdk/payments/setups/setups.py
Replace the type hint "PaymentMethods" with "Optional[PaymentMethods]" or don't assign "None" to this expression
Check warning on line 213 in checkout_sdk/payments/setups/setups.py
Replace the type hint "Customer" with "Optional[Customer]" or don't assign "None" to this expression
Check warning on line 214 in checkout_sdk/payments/setups/setups.py
Replace the type hint "Order" with "Optional[Order]" or don't assign "None" to this expression
Check warning on line 222 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 232 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 234 in checkout_sdk/payments/setups/setups.py
Replace the type hint "int" with "Optional[int]" or don't assign "None" to this expression
Check warning on line 236 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 240 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 242 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 249 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 253 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 254 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 255 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 269 in checkout_sdk/payments/setups/setups.py
Replace the type hint "bool" with "Optional[bool]" or don't assign "None" to this expression
Check warning on line 271 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 287 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 288 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 292 in checkout_sdk/payments/setups/setups.py
Replace the type hint "bool" with "Optional[bool]" or don't assign "None" to this expression
Check warning on line 293 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 303 in checkout_sdk/payments/setups/setups.py
Replace the type hint "int" with "Optional[int]" or don't assign "None" to this expression
Check warning on line 311 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 328 in checkout_sdk/payments/setups/setups.py
Replace the type hint "bool" with "Optional[bool]" or don't assign "None" to this expression
Check warning on line 331 in checkout_sdk/payments/setups/setups.py
Replace the type hint "datetime" with "Optional[datetime]" or don't assign "None" to this expression
Check warning on line 334 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Check warning on line 336 in checkout_sdk/payments/setups/setups.py
Replace the type hint "ThreeDs" with "Optional[ThreeDs]" or don't assign "None" to this expression
Check warning on line 340 in checkout_sdk/payments/setups/setups.py
Replace the type hint "Balances" with "Optional[Balances]" or don't assign "None" to this expression
Check warning on line 345 in checkout_sdk/payments/setups/setups.py
Replace the type hint "str" with "Optional[str]" or don't assign "None" to this expression
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.