lib/fintecture/endpoints/pis.rb in fintecture-0.3.1 vs lib/fintecture/endpoints/pis.rb in fintecture-0.4.0
- old
+ new
@@ -1,16 +1,16 @@
-# frozen_string_literal: true
-
-module Fintecture
- module Api
- module Endpoints
- module Pis
- INITIATE = 'pis/v2/provider'
- REFUND = 'pis/v2/refund'
- REQUEST_TO_PAY = 'pis/v2/request-to-pay'
- PAYMENTS = 'pis/v2/payments'
- CONNECT = 'pis/v2/connect'
- SETTLEMENTS = 'pis/v2/settlements'
- end
- end
- end
-end
+# frozen_string_literal: true
+
+module Fintecture
+ module Api
+ module Endpoints
+ module Pis
+ INITIATE = 'pis/v2/provider'
+ REFUND = 'pis/v2/refund'
+ REQUEST_TO_PAY = 'pis/v2/request-to-pay'
+ PAYMENTS = 'pis/v2/payments'
+ CONNECT = 'pis/v2/connect'
+ SETTLEMENTS = 'pis/v2/settlements'
+ end
+ end
+ end
+end