Skip to content

Commit

Permalink
Update non hosted completion properties
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Mar 19, 2024
1 parent 683c272 commit 215ad25
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ module CheckoutSdk
module Sessions
# @!attribute callback_url
# @return [String]
# @!attribute challenge_notification_url
# # @return [String]
class NonHostedCompletionInfo < CompletionInfo
attr_accessor :callback_url
attr_accessor :callback_url,
:challenge_notification_url

def initialize
super CompletionInfoType::NON_HOSTED
Expand Down

0 comments on commit 215ad25

Please sign in to comment.