Skip to content

Commit

Permalink
Merge pull request #5 from Nebo15/change_p2y_name
Browse files Browse the repository at this point in the history
change p2y project name to mbill_tas
  • Loading branch information
PavelVesnin committed Sep 4, 2017
2 parents a3f3f03 + d6ce571 commit ed15e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ config :gateway_api, :pay2you,
upstream_url: {:system, "PAY2YOU_UPSTREAM_URL", "http://p2y-dev.mbill.co/pay2you-ext"},
upstream_version: "0.5.0.b",
project: [
name: "bluesky",
name: {:system, "PAY2YOU_PROJECT_NAME", "mbill_tas"},
fee: [
percent: 0.5,
fix: 5
Expand Down
2 changes: 1 addition & 1 deletion lib/processing/adapters/pay2you/transfer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Processing.Adapters.Pay2You.Transfer do
alias Repo.Schemas.CardNumber
require Logger

@config Confex.get(:gateway_api, :pay2you)
@config Confex.get_map(:gateway_api, :pay2you)
@card2card_upstream_uri "/Card2Card/CreateCard2CardOperation"
@card2phone_upstream_uri "/Card2Phone/CreateCard2PhoneOperation"
@timeout 60_000
Expand Down

0 comments on commit ed15e69

Please sign in to comment.