Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
srujanchikke committed Dec 5, 2023
1 parent dcd0379 commit 56123c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub struct PaymentsRequest {
Since Router is connector agnostic, only minimal data is sent to connector and optional fields may be ignored.

Here processing_channel_id, is specific to checkout and implementations of such functions should be inside the checkout directory.
Let's define `Source`
Let's define `PaymentSource`

`PaymentSource` is an enum type. Request types will need to derive `Serialize` and response types will need to derive `Deserialize`. For request types `From<RouterData>` needs to be implemented.

Expand Down

0 comments on commit 56123c3

Please sign in to comment.