Sha256: d7039e888330017c171a4bdcad68e99ceba6086001efc31cd25265347e1fbe4f

Contents?: true

Size: 837 Bytes

Versions: 18

Compression:

Stored size: 837 Bytes

Contents

require "spec_helper"

RSpec.describe Adyen::Payments, service: "marketpay fund service" do
  # client instance to be used in dynamically generated tests
  client = create_client(:basic)

  # methods / values to test for
  # format is defined in spec_helper
  test_sets = [
    ["create_notification_configuration", "pspReference", "8515077331535427"],
    ["delete_notification_configurations", "pspReference", "8515078085249090"],
    ["get_notification_configuration", "pspReference", "8815078078131377"],
    ["get_notification_configuration_list", "pspReference", "8515078078661665"],
    ["test_notification_configuration", "pspReference", "8515078087759211"],
    ["update_notification_configuration", "pspReference", "8515078084389038"]
  ]

  generate_tests(client, "Notification", test_sets, client.marketpay.notification)
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
adyen-ruby-api-library-6.3.0 spec/notification_spec.rb
adyen-ruby-api-library-6.2.0 spec/notification_spec.rb
adyen-ruby-api-library-6.1.0 spec/notification_spec.rb
adyen-ruby-api-library-6.0.0 spec/notification_spec.rb
adyen-ruby-api-library-5.1.0 spec/notification_spec.rb
adyen-ruby-api-library-5.0.0 spec/notification_spec.rb
adyen-ruby-api-library-4.4.0 spec/notification_spec.rb
adyen-ruby-api-library-4.3.0 spec/notification_spec.rb
adyen-ruby-api-library-4.2.0 spec/notification_spec.rb
adyen-ruby-api-library-4.1.0 spec/notification_spec.rb
adyen-ruby-api-library-4.0.2 spec/notification_spec.rb
adyen-ruby-api-library-4.0.1 spec/notification_spec.rb
adyen-ruby-api-library-4.0.0 spec/notification_spec.rb
adyen-ruby-api-library-3.0.2 spec/notification_spec.rb
adyen-ruby-api-library-3.0.1 spec/notification_spec.rb
adyen-ruby-api-library-3.0.0 spec/notification_spec.rb
adyen-ruby-api-library-2.0.0 spec/notification_spec.rb
adyen-ruby-api-library-1.2.0 spec/notification_spec.rb