Skip to content

Added authorizationType parameter to CheckoutInfo - #8

Open
jecsan wants to merge 2 commits into
PayMaya:masterfrom
jecsan:auth_type_param
Open

Added authorizationType parameter to CheckoutInfo#8
jecsan wants to merge 2 commits into
PayMaya:masterfrom
jecsan:auth_type_param

Conversation

@jecsan

@jecsan jecsan commented Apr 25, 2021

Copy link
Copy Markdown

No description provided.

@rjarce rjarce added this to the 2.1 milestone May 5, 2021
@rjarce rjarce self-assigned this May 5, 2021
@rjarce
rjarce self-requested a review May 5, 2021 08:45
/// - metadata: Merchant provided additional cart information. Optional.
public init(totalAmount: CheckoutTotalAmount,
public init(
authorizationType:AuthorizationType? = nil,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation to align to indentation of fields below it

public struct CheckoutInfo: Encodable {


public let authorizationType: AuthorizationType?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add field-level documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants