File: /contracts/FixedPricePassThruGate.sol   #1

53               (bool sent, bytes memory data) = gate.beneficiary.call{value: gate.ethCost}("");
File: /contracts/SpeedBumpPriceGate.sol   #2

79               (bool sent, bytes memory data) = gate.beneficiary.call{value: msg.value}("");
